From 8fe7b25464a927d1558a6a2c11cce060ea62ac36 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Wed, 9 Jun 2004 13:57:05 +0000 Subject: [PATCH] fixed nonstandard C --- gpsbabel/html.c | 2 +- gpsbabel/palmdoc.c | 2 +- gpsbabel/text.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gpsbabel/html.c b/gpsbabel/html.c index 4a55924e3..d1c96c2ec 100644 --- a/gpsbabel/html.c +++ b/gpsbabel/html.c @@ -128,9 +128,9 @@ html_disp(const waypoint *wpt) xml_tag *logpart = NULL; curlog = xml_findfirst( root, "groundspeak:log" ); while ( curlog ) { - fprintf( file_out, "

\n" ); time_t logtime = 0; struct tm *logtm = NULL; + fprintf( file_out, "

\n" ); logpart = xml_findfirst( curlog, "groundspeak:type" ); if ( logpart ) { diff --git a/gpsbabel/palmdoc.c b/gpsbabel/palmdoc.c index 802a0f255..115dea4a9 100644 --- a/gpsbabel/palmdoc.c +++ b/gpsbabel/palmdoc.c @@ -467,9 +467,9 @@ palmdoc_disp(const waypoint *wpt) xml_tag *logpart = NULL; curlog = xml_findfirst( root, "groundspeak:log" ); while ( curlog ) { - docprintf( 10, "\n" ); time_t logtime = 0; struct tm *logtm = NULL; + docprintf( 10, "\n" ); logpart = xml_findfirst( curlog, "groundspeak:type" ); if ( logpart ) { diff --git a/gpsbabel/text.c b/gpsbabel/text.c index f133da47c..d21a42413 100644 --- a/gpsbabel/text.c +++ b/gpsbabel/text.c @@ -122,9 +122,9 @@ text_disp(const waypoint *wpt) xml_tag *logpart = NULL; curlog = xml_findfirst( root, "groundspeak:log" ); while ( curlog ) { - fprintf( file_out, "\n" ); time_t logtime = 0; struct tm *logtm = NULL; + fprintf( file_out, "\n" ); logpart = xml_findfirst( curlog, "groundspeak:type" ); if ( logpart ) { -- 2.30.2